projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
872157e
)
(posn-col-row): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 19 May 1994 04:30:14 +0000
(
04:30
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 19 May 1994 04:30:14 +0000
(
04:30
+0000)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 7e6a6c2d7aefd052ce60148bb9cf4793b43fa7f6..471d49a1ea93e06bec6d23817e376b95c1dbcad5 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-412,7
+412,7
@@
as returned by the `event-start' and `event-end' functions."
(nth 2 position))
(defsubst posn-col-row (position)
- "Return the
row and column
in POSITION, measured in characters.
+ "Return the
column and row
in POSITION, measured in characters.
POSITION should be a list of the form
(WINDOW BUFFER-POSITION (X . Y) TIMESTAMP)
as returned by the `event-start' and `event-end' functions."